projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53ac41c
)
(Fformat): Fix initialization of the array info.
author
Kenichi Handa
<handa@m17n.org>
Tue, 30 Mar 2004 06:15:03 +0000
(06:15 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 30 Mar 2004 06:15:03 +0000
(06:15 +0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index df183155c4b76ae5c19c9421a0188ee96f2f2907..ce075f2696c233d209d159f326fcfa21e5a557cf 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-3280,7
+3280,7
@@
usage: (format STRING &rest OBJECTS) */)
int i;
info = (struct info *) alloca (nbytes);
bzero (info, nbytes);
- for (i = 0; i <
=
nargs; i++)
+ for (i = 0; i < nargs; i++)
info[i].start = -1;
discarded = (char *) alloca (SBYTES (args[0]));
bzero (discarded, SBYTES (args[0]));